home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime vr / vrscript / application files / comresource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  2.4 KB  |  65 lines

  1. //{{NO_DEPENDENCIES}}
  2. //
  3. //    File:        ComResource.h
  4. //
  5. //    Contains:    Application-specific resource definitions for VRScript application.
  6. //                This file is used for ***BOTH*** MacOS and Windows.
  7. //
  8. //    Written by:    Tim Monroe
  9. //
  10. //    Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //
  13. #define IDS_APPNAME                     1
  14. #define IDS_DESCRIPTION                 2
  15. #define WINDOWMENU                      2
  16. #define IDS_FILTERSTRING                3
  17. #define IDS_SAVEDIALOG                  2000
  18. #define IDI_APPICON                     101
  19. #define IDI_CHILDICON                   102
  20. #define IDD_ABOUT                       103
  21. #define IDS_FILEMENU                    1000
  22. #define IDM_FILENEW                        1001
  23. #define IDM_FILEOPEN                    1002
  24. #define IDM_FILECLOSE                   1005
  25. #define IDM_FILESAVE                     1007
  26. #define IDM_FILESAVEAS                     1008
  27. #define IDM_EXIT                        1009
  28. #define IDS_EDITMENU                    1100
  29. #define IDM_EDITUNDO                    1101
  30. #define IDM_EDITCUT                     1102
  31. #define IDM_EDITCOPY                    1103
  32. #define IDM_EDITPASTE                   1104
  33. #define IDM_EDITCLEAR                   1105
  34. #define IDM_EDITSELECTALL               1106
  35. #define IDM_PREFERENCES                      33290        // mEdit<<8 + iPreferences
  36.  
  37. #define IDS_TESTMENU                      1200
  38. #define IDM_CONTROLLER                  1201
  39. #define IDM_SPEAKER_BUTTON              1202
  40. #define IDM_BACK_BUTTON                  1203
  41. #define IDM_ZOOM_BUTTONS                  1204
  42. #define IDM_HOTSPOT_BUTTON              1205
  43. #define IDM_TRANSLATE_BUTTON              1206
  44. #define IDS_WINDOWMENU                  1300
  45. #define IDM_WINDOWTILE                  1301
  46. #define IDM_WINDOWCASCADE               1302
  47. #define IDM_WINDOWCLOSEALL              1303
  48. #define IDM_WINDOWICONS                 1304
  49. #define IDM_WINDOWCHILD                 1310
  50. #define IDS_HELPMENU                    1400
  51. #define IDM_ABOUT                       1401
  52. #define IDC_STATIC                      -1
  53.  
  54. // Next default values for new objects
  55. // 
  56. #ifdef APSTUDIO_INVOKED
  57. #ifndef APSTUDIO_READONLY_SYMBOLS
  58. #define _APS_NO_MFC                     1
  59. #define _APS_NEXT_RESOURCE_VALUE        104
  60. #define _APS_NEXT_COMMAND_VALUE         40001
  61. #define _APS_NEXT_CONTROL_VALUE         1000
  62. #define _APS_NEXT_SYMED_VALUE           101
  63. #endif
  64. #endif
  65.